home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / dejagnu.lha / dejagnu-1.0.1 / README < prev    next >
Text File  |  1993-02-19  |  1KB  |  30 lines

  1.            README for GNU development tools
  2.  
  3. This directory contains various GNU compilers, assemblers, linkers, 
  4. debuggers, etc., plus their support routines, definitions, and documentation.
  5.  
  6. If you are receiving this as part of a GDB release, see the file
  7. gdb/README.  If with a gas release, see gas/README, etc.
  8.  
  9. It is now possible to automatically configure and build a variety of
  10. tools with one command.  To build all of the tools contained herein,
  11. run the ``configure'' script here, e.g.:
  12.  
  13.     ./configure 
  14.     make
  15.  
  16. If the configure script can't determine your type of computer, give it
  17. the name as an argument, for instance ``./configure sun4''.  You can
  18. use the script ``config.sub'' to test whether a name is recognized; if
  19. it is, config.sub translates it to a triplet specifying CPU, vendor,
  20. and OS.)
  21.  
  22. See etc/cfg-paper.texi, etc/configure.texi, and/or the README files in
  23. various subdirectories, for more details.
  24.  
  25. Much of the code and documentation enclosed, and this file, is
  26. copyright 1993 by the Free Software Foundation, Inc.  See the file
  27. COPYING or COPYING.LIB in the various directories, for a description of
  28. the GNU General Public License terms under which you can copy the
  29. files.
  30.